home *** CD-ROM | disk | FTP | other *** search
- /* PDDialogs.h: Utility dialog routines for ProjectDrag
- *
- * A set of applets for drag and drop source control by Tim Maroney.
- * See develop, issue 23 for details.
- *
- * Built on DropShell by Leonard Rosenthol, Stephan Somogyi, and Marshall Clow,
- * and using the MoreFiles utilities by Jim Luther.
- *
- * This software is free, but don't modify and redistribute it without
- * changing the status window to indicate your name and your changes!
- */
-
- #ifndef __PDDIALOGS__
- #define __PDDIALOGS__
-
- #include "PDUtilities.h"
-
- OSErr GetUserSettings(Str63 userName, Str15 userNickname, Boolean alwaysAsk);
-
- ConfirmResponse ResTextYesNoCancel(short strListID, short strIndex,
- StringPtr param1, StringPtr param2,
- StringPtr param3, StringPtr param4);
- Boolean ResTextYesNo(short strListID, short strIndex,
- StringPtr param1, StringPtr param2,
- StringPtr param3, StringPtr param4);
-
- void ResTextDisplayDialog(short strListID, short index, CStringHandle theText);
- void TextDisplayDialog(ConstStr255Param message, CStringHandle theText);
-
- #endif
-